.. _EEex_ClearCStringList: =================================== EEex_ClearCStringList =================================== Clears a :ref:`CStringList`. Typically needed to clear :ref:`CStringList` from new creature stats and new temp stats :: EEex_ClearCStringList(CStringList*) **Parameters** * **CStringList\*** - pointer to a CStringList to clear **Return** None **Notes** Function is implemented by raw asm byte code via :ref:`EEex_WriteAssemblyFunction` **Example** :: EEex_ClearCStringList(pCStringList) **See Also** :ref:`CStringList`, :ref:`EEex_CopyCStringList`